home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / mac / data / Search Index Results.dir / 00004_Script_4 < prev    next >
Text File  |  2001-01-26  |  533b  |  16 lines

  1. on mouseDown
  2.   set the itemDelimiter = "#"
  3.   clickline = the mouseline
  4.   mov = (item 4 of line clickline of field (the member of sprite the clickon))
  5.   labl = (item 2 of line clickline of field (the member of sprite the clickon))
  6.   if labl = 0 then
  7.     labl = value(item 3 of line clickline of field (the member of sprite the clickon))
  8.   end if
  9.   if clickline <> -1 and the forecolor of line clickLine of field "results" <> 255 then
  10.     tell the stage to goto labl,mov
  11.     
  12.   end if
  13.   set the itemDelimiter = ","
  14. end
  15.  
  16.